gtkwidget: Make gtk_widget_event() Accept pointing events in root coordinates
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 31 Mar 2017 16:25:04 +0000 (18:25 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:58 +0000 (16:25 +0200)
commitef4f0e53364b51efea1d71f7770e8d52631c3cb0
tree2e847a98496d665b9a97858b1e35348a19410aed
parent02932bc406502aa88e36ff840a983e1bcb24eb25
gtkwidget: Make gtk_widget_event() Accept pointing events in root coordinates

This function will, at the last minute, ensure the event contains the right
widget-relative coordinates for the widget the event is being emitted to.
gtk/gtkwidget.c